ARM: orion: always use MULTI_IRQ_HANDLER
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Dec 2015 21:27:04 +0000 (22:27 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 17 Mar 2016 01:25:23 +0000 (01:25 +0000)
commit1ae8b397ea151835d1889f8a74be8e9028aa99e9
tree0bcb0a06d1f94b82aef610a08295bb300d444056
parentb8dc025490d912561feafcd9401864e7366d9376
ARM: orion: always use MULTI_IRQ_HANDLER

As a preparation for multiplatform support, this enables
the MULTI_IRQ_HANDLER code unconditionally on dove and
orion5x, and introduces the respective code on mv78xx0,
which did not have it so far. The classic entry-macro.S
files are removed as they are now obsolete.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
[bwh: Adjust to apply on top of 4.4]

Gbp-Pq: Topic features/arm
Gbp-Pq: Name arm-orion-always-use-multi_irq_handler.patch
arch/arm/Kconfig
arch/arm/mach-dove/include/mach/entry-macro.S [deleted file]
arch/arm/mach-dove/irq.c
arch/arm/mach-mv78xx0/include/mach/entry-macro.S [deleted file]
arch/arm/mach-mv78xx0/irq.c
arch/arm/mach-orion5x/include/mach/entry-macro.S [deleted file]
arch/arm/mach-orion5x/irq.c
arch/arm/plat-orion/irq.c
arch/arm/plat-orion/mpp.c